home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / DefineButton2_382 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-15  |  128 b   |  9 lines

  1. on(release){
  2.    _root.lodowka_otwarta = true;
  3.    tellTarget("lodowkaotwarta")
  4.    {
  5.       play();
  6.    }
  7.    nextFrame();
  8. }
  9.